nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(3) a {
  color: #a12076;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  background: linear-gradient(rgba(7, 23, 77, 0.462), rgba(7, 18, 68, 0.384)), url(../images/Our\ Products.webp);
  background-position: center;
  background-size: cover;
  text-align: center;
}

.sec1a h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 200px;
}

.contact-sec {
  max-width: 1800px;
  margin: auto;
  padding: 8% 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 3.jpg); */
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 0;
}

.contact-sec h1 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}



@media screen and (max-width: 900px) {
  .sec1a {
    height: 200px;
  }

  .sec1a h1 {
    font-size: 25px;
    padding-top: 150px;
  }

}